*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
    font-family:"寰敓鏂ゆ嫹閿熻剼鐚存嫹","Microsoft Yahei"; 
    color: #000000;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
.box{
	margin: 0 auto;
	width: 1200px;
}
a{
    text-decoration: none;
}
/*banner*/
#banner{
    width: 100%;
    position: relative;
}
#banner ul{
    overflow: hidden;
    margin-bottom: 0;
}
#banner ul li{
    list-style: none;
    display: none;
}
#banner img{
    width: 100%;
}
#p{
    width: 90px;
    position: absolute;
    left: 48%;
    bottom: 3%;
}
#p p{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #278127;
    float: left;
    margin-left: 10px;
}
#p p:nth-child(1){
    margin-left: 0;
}
#p .on{
    background: #fff;
}
#left{
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 5%;
    top: 45%;
    display: none;
    text-decoration: none;
}
#right{
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 5%;
    top: 45%;
    display: none;
    text-decoration: none;
}
/*banner*/
.head{
    height: 150px;
}
.logo{
    float: left;
    margin-top: 25px;
}
.tel{
    float: right;
    margin-top: 40px;
}
.nav ul li{
    float: left;
    width: 16%;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.nav{
    background: #005eae;
}
.nav ul li a{
    display: block;
    color: #fff;
}
.nav ul li a:hover{
    background:#278127;
}
/*prlist*/
.prli{
    width: 19%;
    height: 228px;
    margin-right: 6%;
    float: left;
    border-radius: 50%;
    position: relative;
    border: 5px solid #005eae;
}
.prli:nth-child(4){
    margin-right: 0;
}
.prli img{
    width: 100%;
    border-radius: 50%;
    position: absolute;
}
.prli a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 228px;
    background: #005eae;
    opacity: .8;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: none;
}
.prli span{
    display: block;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}
.prli p{
    font-size: 24px;
    color: #fff;
    margin-top: 100px;
}
.prlist{
    margin-top: 40px;
}
.prli:hover a{
    display: block;
}
/*product*/
.product h2{
    font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    font-weight: bold;
    font-size: 34px;
    text-align: center;
}
.product{
    margin-top: 40px;
    padding: 40px 0;
    background: #f4f4f4;
}
.prr {
    width: 30%;
    float: left;
    margin: 2% 1.5%;
    background: #005eae;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.prr img {
    width: 100%;
}
.prr p {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    transition: .5s;
}
.prr:hover .lpp {
    background: #005eae;
    color: #fff;
    -moz-box-shadow: 0px 3px 10px #333333;
    -webkit-box-shadow: 0px 3px 10px #333333;
    box-shadow: 0px 3px 10px #333333;
}
/*ys*/
#h_main1 {
    clear: both;
    margin-top: 30px;
}
.ys1 .con {
    padding: 5px;
    height: 400px;
    float: right;
    width: 50%;
}
.ys2 .con {
    padding: 5px;
    height: 400px;
    width: 50%;
    float: left;
    margin-left: 6%;
}
.ys3 .con {
    padding: 5px;
    height: 400px;
    float: right;
    width: 47%;
    margin-right: 4%;
}
.ys4 .con {
    padding: 5px;
    height: 400px;
    width: 50%;
    float: left;
    margin-left: 6%;
}
.ys1{
    background: url(../images/01.jpg) no-repeat;
    margin-bottom: 25px;
}
.ys2{
    background: url(../images/02.jpg) no-repeat;
    margin-bottom: 25px;
}
.ys3{
    background: url(../images/03.jpg) no-repeat;
    margin-bottom: 25px;
}
.ys4{
    background: url(../images/04.jpg) no-repeat;
    margin-bottom: 25px;
}

.con strong{
    font-size: 30px;
    margin-top: 100px;
    display: block;
    margin-bottom: 15px;
}
.con p{
    line-height: 2;
    font-size: 15px;
}
.yss img{
    width: 100%;
    margin-top: 40px;
}
/*news*/
.news{
    margin-top: 40px;
}
.news h2{
    font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    font-weight: bold;
    font-size: 34px;
    text-align: center;
}
.nne{
    margin-top: 60px;
}
.new{
    width: 27%;
    float: left;
    margin-bottom: 45px;
    margin-right: 2%;
    transition: .5s;
    padding: 25px;
}
.new:nth-child(3){
    margin-right: 0;
}
.new:nth-child(6){
    margin-right: 0;
}
.new p{
    font-size: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 15px;
}
.new i{
    font-style: normal;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}
.new span{
    font-size: 15px;
    display: block;
    line-height: 2;
    color: #4e4e4e;
}
.new:hover{
    -moz-box-shadow: 0px 3px 10px #333333;
    -webkit-box-shadow: 0px 3px 10px #333333;
    box-shadow: 0px 3px 10px #333333;
}
.new:hover p{
    color: #278127;
}
.ckgd{
    display: block;
    width: 180px;
    height: 45px;
    border: 1px solid #e7e7e7;
    background: #e7e7e7;
    margin-left: 42%;
    float: left;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    transition: .5s;
    margin-top: 40px;
}
.ckgd:hover{
    background: #005eae;
    color: #fff;
}
/*case*/
.case{
    padding: 40px 0;
    margin-top: 60px;
    background: #f4f4f4;
}
.case h2{
    font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    font-weight: bold;
    font-size: 34px;
    text-align: center;
}
.ca{
    margin-top: 40px;
}
.ca div{
    width: 30%;
    margin: 1.5%;
    float: left;
    transition: .5s;
}
.ca img{
    width: 100%;
}
.ca p{
    text-align: center;
    padding: 5px 0;
}
.ca div:hover{
    background: #fff;
}
/*form*/
.form{
    background: #005eae;
    padding: 30px 0;
}
.fo_l{
    float: left;
    line-height: 2;
}
.fo_l p{
    font-size: 18px;
    color: #fff;
}
.fo_l span{
    display: block;
    color: #fff;
}
.fo_z{
    float: left;
    margin-left: 15%;
    line-height: 2;
}
.fo_z p{
    color: #fff;
    font-size: 18px;
}
.fo_z a{
    display: block;
    color: #fff;
}
.fo_z div{
    float: left;
    margin-right: 60px;
}
.fo_r{
    float: right;
}
.folink a{
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px;
}
.folink{
    background: #000000;
}
.bottom_bottom{
    display: none;
}
.n-nav {
    background: #ccc;
    margin-top: -4px;
}
.list-column {
    height: 14px;
    line-height: 14px;
    color: #808080;
    padding-bottom: 17px;
    padding-top: 11px;
}
.list-column a {
    text-decoration: none;
    color: #4c4c4c;
}
.main{
    margin: 60px 0;
}
/*innerleft*/
.nleftt {
    width: 22%;
    float: left;
}
.product_l {
    width: 100%;
    float: left;
}
.product_img {
    background: #005eae;
}
.product_imgp1 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    width: 35%;
    margin-left: 33%;
    padding-top: 10px;
}
#boxx {
    margin-top: 10px;
}
.product_tex {
    width: 100%;
    background: #005eae;
}
.product_tex span {
    display: block;
}
.product_a {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
    margin-left: 22px;
    margin-bottom: 10px;
}
.a {
    background: #f2f2f2;
    padding: 8px 0;
    padding-left: 20px;
}
.a a {
    display: block;
}
.a:hover {
    background: #005eae;
    transition: .5s;
}
.a:hover .leftfl {
    color: #fff;
    transition: .5s;
}
.ma_l{
    width: 22%;
    float: left;
}
.product_imgp2 {
    text-align: center;
    color: #fff;
    padding-bottom: 16px;
}
.dianh {
    background: #005eae;
}
.dianh p {
    margin-left: 9px;
    padding-top: 10px;
    font-size: 16px;
    padding-bottom: 12px;
    color: #fff;
}
.ma_r{
    width: 75%;
    margin-left: 3%;
    float: left;
}
.kpo p{
    float: left;
    color: #fff;
}
.kpo a{
    color: #fff;
    display: block;
    float: right;
}
.kpo{
    padding: 8px 15px;
    background: #005eae;
}
.mar div{
    width: 31%;
    float: left;
    margin: 30px 3% 30px 0;
}
.mar div:nth-child(3){
    margin-right: 0;
}
.mar img{
    width: 100%;
}
.mar p{
    text-align: center;
}
.mar div:nth-child(4){
    display: none;
}
.maa{
    width: 30%;
    float: left;
    margin: 0px 3% 30px 0;
    border: 1px solid #cfcfcf;
}
.maa:nth-child(3){
    margin-right: 0;
}
.maa img{
    width: 100%;
}
.maa p{
    text-align: center;
}
.llistpage{
    float: left;
    width: 100%;
    margin-top: 40px;
}

.llistpage strong{
    margin-right: 10px;
}
.llistpage  a{
    margin-right: 10px;
}

.nyarticle{
    line-height: 2;
}
.apa1{
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px;
}
.syp{
    margin-top: 6%;
    float: left;
}
.syp p{
    float: left;
}
.syp a{
    text-decoration: none;
    color: #000;
}

.xyp p{
    float: left;
}
.xyp a{
    text-decoration: none;
    color: #000;
}
.xyp{
    float: right;
    margin-top: 6%;
}

#contont4{
    margin: 50px 0;
}
.tjcp_d{
    width: 17%;
    float: left;
    margin-right: 3.5%;
    margin-top: 20px;
    border: 1px solid #cfcfcf;
}
.tjcp_d img{
    width: 100%;
}
.tjcp_d:nth-child(5){
    margin-right: 0;
}
.tjcp_d p{
    text-align: center;
}

.ndiv{
    width: 45%;
    float: left;
    margin: 10px 0;
}
.ndiv a{
    color: #4c4c4c;
    font-size: 18px;
}
.ndiv p{
    padding-left: 20px;
    position: relative;
}
.ndiv p::before{
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
}
.tuijian{
    width: 100%;
    float: left;
}
















